/********************FONT OVERWRITE TEST***************************/

/*ASTY TRYOUT 1*/
/*@font-face {*/
/*  font-family: CFAstyStd;*/
/*  src: url('/media/AstyCFStdBook.otf') format('opentype'), url('/media/AstyCFStdBook.otf') format('opentype') !important;*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*}  */
    
/*@font-face {*/
/*  font-family: CFAstyStd;*/
/*  src: url('/media/AstyCFStdBold.otf') format('opentype'), url('/media/AstyCFStdBold.otf') format('opentype') !important;*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*}*/


/*ASTY TRYOUT 2 - WORKING BOTH LANGS*/
/*@font-face {*/
/*  font-family: CFAstyStd;*/
/*  src: url('/media/CFAstyStd-Book-pierce.otf') format('opentype'), url('/media/CFAstyStd-Book-pierce.otf') format('opentype') !important;*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*}  */
    
/*@font-face {*/
/*  font-family: CFAstyStd;*/
/*  src: url('/media/CFAstyStd-Bold-pierce.otf') format('opentype'), url('/media/CFAstyStd-Bold-pierce.otf') format('opentype') !important;*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*}*/


/*ASTY TRYOUT 3 - WOFF CONVERTED */
/*
@font-face {
    font-family: CFAstyStd;
    src: url('/media/cfastystd-book-pierce-wofffont.woff2') format('woff2'), url('/media/cfastystd-book-pierce-wofffont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: CFAstyStd;
    src: url('/media/cfastystd-bold-pierce-wofffont.woff2') format('woff2'), url('/media/cfastystd-bold-pierce-wofffont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

body {
    font-family: CFAstyStd !important;
}
*/
/*your styles*/
.flyout-search {
    /*display: none;   */
}
/*button course*/
@media all and (min-width: 1200px) and (max-width: 1600px) {
    .mainMenu .applyNow .btnCourse {
        font-size: 14px;
    }
     .mainMenu .applyNow .icon {
        margin-left: 5px;
    }
}
.swiper-content .swiper-slide img {
    object-fit: cover;
    width: 100%;
    max-height: 250px;
}
.swiper-content {
    overflow: unset;
}
.swiper-content .swiper-wrapper {
    max-width: calc(100% + 20px);   
}
.swiper-content .swiper-button-next,
.swiper-content .swiper-button-prev {
    position: absolute;   
    background-color: #D91E36;
    background-color: #D91E36;
    width: 40px;
    height: 40px;
    color: white;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-content .swiper-button-next:after {
    position: relative;
    left: 2px;
}
.swiper-content .swiper-button-prev:after {
    position: relative;
    right: 2px;    
}
.swiper-content .swiper-button-next {
    right:0px;
}

.swiper-content .swiper-button-prev {
    left:0px;
}

@media all and (min-width: 768px) {
    .swiper-content .swiper-slide img {
        max-height: 350px;
    }   
}

@media all and (min-width: 992px) {
    .swiper-content .swiper-slide img {
        max-height: 400px;
    }    
}
/* adds video to spotlight */
.spotlightVideo {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 260px;
}
@media all and (min-width: 768px) {
    .spotlightVideo {
        max-height: 400px;
        height: 400px;
        top: -10px;
    }
}

@media all and (min-width: 1200px) {
    .spotlightVideo {
        max-height: 100%;
        height: 100%;
        top: -30px;
    }
}

.spotlightVideo video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.spotlightVideo video:after {    
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  //content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(34, 33, 96, .4);
  border-radius: 0;
}

.grayLeftWhiteRightLayout.section-6516::after {
    content: none;
}
.grayLeftWhiteRightLayout.section-6581::after {
    content: none;
}
.grayLeftWhiteRightLayout.section-7458::after {
    content: none;
}
#first-6473{
    display:none!important;
    }

/* mobile menu search fix */
.mm-wrapper--opened .searchToggle {
    opacity: 0 !important;
}


/*mobile menu search fixes*/
 @media all and (max-width: 768px) {
    .flyout-search{
         top: calc(100% + 0px);
    } 
     #searchThis{
             width: -webkit-fill-available;
            padding: 0px 10px 0px 10px;
     }
     #searchThis.js-search-open{
        padding: 0;
     }
     .searchResults .image {
        width: max-content;
        height: 100px;
        max-width: 197px;
     }
     .loaderSearch{
         font-size: 19px;
     }
    .mainMenu .searchToggle .icon-search:before {
        font-size: 17px;
    }
     
}




#secondary-6475 , #secondary-6479{
    font-size:16px;
    }
    
.mobileMenu ul li:nth-child(7) {
     margin-top: unset; 
}

#playlist-6432:before{
    background-color: #E9EBF4;
    }
#playlist-6432 .cardIcon .blueGreen .rte__icon .icon:before ,#playlist-6432 .cardIcon .yellow .rte__icon .icon:before,#playlist-6432 .cardIcon .green .rte__icon .icon:before  {
    color: #CC0033;
}
#playlist-6432 .headingMediumBold{
    color:#252159;
    }
#playlist-6432 .cardIcon .blueGreen .rte__body ul li:before,#playlist-6432 .cardIcon .yellow .rte__body ul li:before,#playlist-6432 .cardIcon .green .rte__body ul li:before {
    background-color: #CC0033;
} 
#playlist-6432 .image.image__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    }
@media all and (min-width: 1200px) {

    #playlist-6432 .cardIcon {
        min-height: 608px;
    
}
 }
@media all and (max-width: 500px) {
    
.missionSection__card {
  
     max-width: unset; 
}

}
@media all and (max-width: 360px) {

.cardIcon {
    padding: 10px;
}

}

.upcomingEvents:before {
    background-color: #E9EBF4;
}

#playlist-6438 .documentBanner__bgImage{
    display:none;
    }
.section-7465  ol,.section-7479 ol{
        list-style: decimal; 
        padding-left: 20px;
    }
.section-7465  li::marker ,.section-7479 li::marker{
        font-weight: bold;  
    }
@media (min-width: 1200px) and (max-width: 2200px) {
    .container.inner .faqskin {
        width:80%;
    }
}
#mm-72 .mm-listitem__btn,#mm-74 .mm-listitem__btn,#mm-76 .mm-listitem__btn,#mm-78 .mm-listitem__btn{
    display:none;
    }
.page .breadcrumbContainer {
    background: #EEEEF4;
    position: absolute;
    width: 100%;
    border:none;
    text-transform: capitalize;
}

.page .breadcrumbContainer .active {
    text-transform: capitalize;
}
.tab-content tr {
    border-color: inherit;
    border-style: solid;
    border-bottom-width: 1px;
}

.tab-content tr:first-child th {
    border-color: unset;
    border-style: unset;
    border-bottom-width: 1px;
    background-color:#c03;
    color:white;
}
@media (min-width: 1220px) {
    .cardImageFaculty__image.blog {
        height: 227px;
        width: 353px;
    }
   .blogHighlight {
        width: 895px;
        height: 520px;
    }
    .library-form-container {
   
    z-index: 2;
    position: relative;
}
}
.blogInner .rte__body p .blogInner .rte__body br{
     padding-bottom:10px;
    }
    
.tables .rte__body {
    overflow-x: scroll;
    }
@media (max-width: 500px) {
    
    
#library-search-button span{
    display:none;
    }
#library-search-button {
    padding:unset;
    }
#library-search-button .iconAfter:before {
    right: 8px;
    position: relative;
}
.headingLargeBold {
    font-size: 22px;
}
.tags span:before, .sectionsTag span:before {
   
    top: -15px;
    width: 61px;
    height: 70px;
    
    
}

.mainMenu .menu a:hover:before, .mainMenu .menu a:focus:before, .mainMenu .menu a.active:before{
    width:0;
    }

}
@media (min-width: 768px) {
#playlist-6440 .card-report__link .card-report__content {
     
        min-height: 8.7rem;
    }
    

}

@media screen and (min-width: 992px) {
    .spotlightAnnouncementsSection-image {
        /* Ensure the image has a smooth scaling transition */
        transition: transform 0.3s ease-in-out;
    }

    .spotlightAnnouncementsSection-item {
        /* Optional: Add any additional styling for the item */
    }

    .spotlightAnnouncementsSection-item:hover .spotlightAnnouncementsSection-image {
        transform: scale(1.1); /* Slightly enlarge the image */
    }
}


.inputfile-text,.nice-select .current{
    color:#8c8ba7;
    
    }
#playlist-6499 .tables tr td a{
    color:#c03;
    }
#playlist-6499 .tables thead td{
    padding-left:30px;
    }
#playlist-7272 .rte__body p {
    text-align: left!important;
    }
#playlist-7272 .container .controls {
     display: flex; 
    padding-bottom: 20px;
}

#calendarEvents .emptyMessage {
    padding: 40px 30px 20px 50px;  
}

.footerBelow .credits p a:not(:last-child) {
    margin-left: 3px; margin-right: 3px;
}
.footerBelow .credits p a span {
    position: relative;
    top: 1px;
}
.footerBelow .credits p a img {
    position: relative;
    top: -1px;
}
.footerBelow .credits p a:last-child {
    margin-left: 3px;
    margin-right:0;   
}
.tabsContainer label:hover{
    cursor: pointer;
    }
@media (max-width: 992px) {
    .eventsFeatured .calendarContainer .controlsContainer .selectorContainer, .eventsFeatured .calendarContainer .calendarContent {
        display: flex;
    }
}

@media (max-width: 992px) {
    .eventsFeatured .calendarContainer .controlsContainer .cal-icon {
        display: none;
    }
}

@media (max-width: 992px) {
    .eventsFeatured .calendarContainer {
        height: 400px;
    }
    .eventsFeatured .calendarContainer .controlsContainer {
    display: flex;
    padding: 0 10px;
    }
}

.breadcrumbContainer a:hover, .breadcrumbContainer .active {
    text-transform: capitalize;
}

#mm-60 .mm-listitem__btn{
    font-size:16px;
    }
    
/* rte object pdf height */
.textOnly .rte__body object {
    height: 600px;   
}
.textOnly .rte__body {
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .mainMenu .menuTop ul a {
    font-size: 13px;
    line-height: 20px;
  }
}

.expandableCard .faqskin__content .rte__body :is(ol) {
    padding-left: 15px;
    padding-bottom: 20px;
}

.expandableCard .faqskin__content .rte__body :is(li) {
    list-style: decimal;   
}




